object KsDirectoryPanel: TTeDirectoryPanel Left = 0 Top = 0 Width = 253 Height = 261 TabOrder = 0 object DirSpecLabel: TTeLabel Left = 8 Top = 10 Width = 120 Height = 13 Caption = 'Please specify a directory' Color = clBtnFace ParentColor = False end object SelDirLabel: TTeLabel Left = 8 Top = 211 Width = 88 Height = 13 Anchors = [akLeft, akBottom] Caption = 'Selected directory:' Color = clBtnFace ParentColor = False end object teDirTree: TTeShellTreeView Left = 8 Top = 28 Width = 236 Height = 178 ThemeObject = 'default' ObjectTypes = [otFolders] Root = 'rfDesktop' UseShellImages = True Anchors = [akLeft, akTop, akRight, akBottom] AutoRefresh = False Indent = 19 ParentColor = False RightClickSelect = True ShowRoot = False TabOrder = 0 OnClick = teDirTreeClick end object teSelDir: TTeSEdit Left = 8 Top = 227 Width = 236 Height = 21 Anchors = [akLeft, akRight, akBottom] TabOrder = 3 ThemeObject = 'default' end end